Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / DataPointer Structure / CopyFrom Method / CopyFrom<T>(T[]) Method
Type of a buffer element
The buffer.

In This Topic
    CopyFrom<T>(T[]) Method
    In This Topic
    Writes the content of the specified buffer to the unmanaged memory location of this instance.
    Syntax
    'Declaration
     
    Public Overloads Sub CopyFrom(Of T As {New, Struct})( _
       ByVal buffer() As T _
    ) 
    public void CopyFrom<T>( 
       T[] buffer
    )
    where T: new(), struct

    Parameters

    buffer
    The buffer.

    Type Parameters

    T
    Type of a buffer element
    Exceptions
    ExceptionDescription
    buffer
    DataPointer is Zero
    See Also